Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Overhaul without breaking existing functionality #23

Open
wants to merge 14 commits into
base: master
Choose a base branch
from

Conversation

Vlix
Copy link
Owner

@Vlix Vlix commented Mar 24, 2024

Mainly focused on adding long requested things (Status 451, HTTP/3.0, some pattern synonyms), small documentation updates, and using Data.Word8 to not be working with hardcoded numbers.

The point was to not break or change any existing functionality, though I did opt to prepare for a major version bump because we're now re-exporting everything from the main module, which might cause some warnings or maybe even errors in user code.

@Vlix
Copy link
Owner Author

Vlix commented Mar 24, 2024

@Vlix
Copy link
Owner Author

Vlix commented Mar 24, 2024

Ok, something is wrong with the doctests it seems 🤔

@Vlix
Copy link
Owner Author

Vlix commented Sep 18, 2024

Note to self:

  • fix doctests on cabal
  • Change toBS to B.intDec in renderHttpVersion
  • Revert re-export of everything from Network.HTTP.Types (and adjust README) to be able to make a minor version upgrade first and add all the re-exporting to publish a major version upgrade.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant